projects
/
gtk+3.0.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5a80a35
)
Add a release note about drawingarea background
author
Matthias Clasen
<mclasen@redhat.com>
Sun, 21 Feb 2016 05:48:56 +0000
(
00:48
-0500)
committer
Matthias Clasen
<mclasen@redhat.com>
Sun, 21 Feb 2016 05:48:56 +0000
(
00:48
-0500)
README.in
patch
|
blob
|
history
diff --git
a/README.in
b/README.in
index a7863bd06fc9eaf332d8c9d9329778e93ab359ba..e15a52ba1d6724e6a1b8e42a4346a375d75272d1 100644
(file)
--- a/
README.in
+++ b/
README.in
@@
-90,6
+90,11
@@
Release notes for 3.20
and gtk_window_set_default_size() to restore the window size. See
https://wiki.gnome.org/HowDoI/SaveWindowState for a detailed example.
+* GtkDrawingArea used to implicitly render the theme background before
+ calling the ::draw handler. This is no longer the case. If you rely
+ on having a theme-provided background, call gtk_render_background()
+ from your ::draw handler.
+
Release notes for 3.18
======================